@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* { margin:0; padding:0; list-style:none; }
body { font-size:14px; color:#000; font-family:Microsoft YaHei,sans-serif; }
img { border:0; vertical-align:top;
	image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-nei***or; /* IE (non-standard property) */
}
html, body {width:100%;height:100%;max-width: 100%;min-width: 320px;}
address, caption, cite, code, dfn, em, th, dt, var {font-style: normal;font-weight: normal;}
::-webkit-scrollbar{width: 8px;height: 8px;}
::-webkit-scrollbar-thumb{background-color: hsl(132deg 72% 82%/100%);-webkit-transition: background-color .3s;transition: background-color .3s;}
::-webkit-scrollbar-track{background: rgba(255,252,252,.11);}

/* a */
a { color:#333; text-decoration:none; }
a:visited { }
a:active, a:hover{text-decoration:none;color: #039a4d;}
a:focus{outline:none;text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
h1,h2,h3,h4,h5,h6,p,ol,ul{padding: 0;margin: 0;}
:focus{outline: none;}
.ovfl{overflow: hidden;}
.flex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.lflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.ltflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.lbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.rflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.rtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.rbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.mflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.dh300s{transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;}
.donghua{-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
::after, ::before {-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.dhwz{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.dhwz2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.mar0a{margin: 0 auto;}
.con-fff{width:100%;height:100%;position:relative;}
.bgf8{background:#f8f8f8;}
.bgfff{background:#fff;}
.fl {float:left;}
.fr {float:right;}
input { border-radius:0; -webkit-appearance:none; appearance:none; background:none; border:0; box-shadow:0 0 0; font-size:14px; }
textarea { border-radius:0; -webkit-appearance:none; appearance:none;  background:none; border:0; box-shadow:0 0 0; font-size:14px; }
table {border-collapse:collapse; border-spacing:0;}
table td, table th{padding: 5px 10px;border: 0px solid #ddd;}

@media (min-width: 1270px){
	.container{width: 1240px;}
}
@media (min-width: 1370px){
	.container{width: 1300px;}
}

@media (max-width:767px) {
	.container{padding-left: 10px;padding-right: 10px;width: 100%;}
	.row{margin-left: -10px;margin-right: -10px;}
}


/* 头部 */
#header{height: 100px;position: fixed;top: 0;width: 100%;z-index: 1000;background: #fff;transition: all .3s;-webkit-transition: all .3s;box-shadow: 2px 0px 6px 0px #999;}
#header:hover, #header.active{background: #fff;}
.head-atop{background:#039a4d;line-height:40px;height:40px;}
.head-search{float:right;}
.head-search>p{font-size:14px;color:#fff;float:left;height:40px;padding-left:20px;background:url(../images/htel.png) no-repeat left;}
.head-search>p>a{font-size:16px;font-weight:bold;color:#fff;}
.head-search>form{float:left;width:190px;margin: 7px 0 7px 20px;line-height:26px;height:26px;background:#fff;border-radius:15px;}
.head-search>form>.s_tt{width:calc(100% - 36px);float:left;padding-left:20px;padding-right:10px;}
.head-search>form>.s_bt{width:36px;float:left;background:url(../images/page/search-btn.png) no-repeat center;}
.head-acon{background: #fff;position: relative;}
.headcon{/* position:relative; */z-index:999;}
.logo{float: left;margin: 18px 0;}
.logo a{display: block;position:relative;}
.logo a img{/* height:64px; */}
.logo a img.logo-def{position: relative;left: 0;top: 0;z-index: 1;}
.logo a img.logo-fix{position: absolute;left: 0;top: 0;z-index: 1;opacity: 1;display: none;}
#header:hover .logo a img.logo-def, #header.active .logo a img.logo-def{opacity: 1;}
#header:hover .logo a img.logo-fix, #header.active .logo a img.logo-fix{opacity: 0;}
#header:hover .head-acon, #header.active .head-acon{background:none;}
.head-raea{float: right;position: relative;}
.head-htel{text-align:center;color:#fff;padding-left:28px;background:url(../images/htel.png) no-repeat left;float:left;}
.head-htel h4{font-size:18px;font-weight:bold;}
.head-htel h4 a{color:#fff;}
.head-htel p{font-size:14px;}

#search-btn{float:left;display:block;line-height: 36px;margin: 32px 0;color: #333;font-size:16px;padding: 0px 0px;border-radius:18px;cursor:pointer;}
#search-btn i{padding: 2px 2px;width: 36px;padding-right: 16px;border-right: 1px solid #ccc;}
#top-sss1{line-height: 100px;margin-left: 16px;background: url(../images/top-tel.png) #039a4d 10% no-repeat;color: #fff;padding: 8px 28px;font-size: 18px;font-weight: bold;padding-left: 54px;border-radius: 20px;}
#search-close{float:left;display:block;line-height: 34px;margin: 22px 0;color:#fff;font-size:30px;cursor:pointer;display:none;}
.search-con{position:absolute;right:0;top: 100px;width:350px;background: #585858;padding: 10px;overflow:hidden;display:none;}
.search-con form{background:#fff;}
#keyword{display: block;height: 40px;width: 100%;background: none;text-indent: 1em;padding-right:50px;}
.search-con .s_bt{position: absolute;right: 10px;top: 10px;cursor: pointer;display: block;width: 40px;height: 40px;background: url(../images/search-btn.png) no-repeat;}
.search-con .s_bt:hover{background-color:#ddd;}

#m-head-nav{height: 16px;position: relative;float: left;display:none;margin-left: 20px;margin-top: 42px;width: 24px;}	
#m-head-nav .line{width: 24px;height: 2px;background-color: #039a4d;position: absolute;left: 0px;top: 7px;}
#m-head-nav .line1{margin-top: -7px;}
#m-head-nav .line3{margin-top: 7px;}
#m-head-nav[data-active="on"] .line1{margin-top: 0;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
#m-head-nav[data-active="on"] .line2{display: none;}
#m-head-nav[data-active="on"] .line3{margin-top: 0;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
#header:hover #m-head-nav .line, #header.active #m-head-nav .line{background-color:#039a4d;}

/* 导航栏 */
.nav{float: right;/* margin-top: 24px; */margin-right: 4%;}
.nav>li{float: left;margin-right: 42px;position: initial;}
.nav>li:last-child{margin-right: 0;}
.nav>li>a{display: block;font-size: 18px;padding: 0;color: #333;position: relative;line-height: 96px;padding: 2px 0px;-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.nav>li>a::after{content: '';position: absolute;left: 50%;right: 50%;bottom: 20px;height: 4px;background-color: #009b4c;-webkit-transition-property: left,right;transition-property: left,right;-webkit-transition-duration: .3s;transition-duration: .3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.nav>li:last-child>a::before{display:none;}
.nav-er-box{position: absolute;top: 100%;left: 50%;transform: translateX(-50%);/* margin-left: -90px; */width: 100%;display: none;background: rgb(4 4 4 / 60%);}
.nav-er-list{line-height: 40px;/* position: relative; */width: 120px;float: left;display: inline-block;border-bottom: 1px dashed #666;}
.nav-er-list:last-child{border-bottom: none;}
.nav-er-list a{display: block;padding: 6px 15px;}
.nav-er-list:hover .nav-er span{font-weight: normal;}
.nav-san-box{position: absolute;top:0;left: 100%;width: 218px;background: #fff;display: none;}
.nav>li:last-child>.nav-er-box .nav-san-box{left: auto;right:100%}
.nav-er{color: #333;font-size: 15px;transition: 0.3s all ease;}
.nav-er i{float: left;display:block;width:20px;height:20px;margin-right:10px;margin-top:10px;    background-repeat: no-repeat;background-size: 20px;transition: 0.3s all ease;}
.nav-er span{display: block;text-align:center;color: #fff;}
.nav-san-box a{position: relative;display: block;padding-left: 56px;}
.nav-san-box a::before{content: '';position: absolute;top:15px;left: 23px;width: 10px;height: 10px;background: url(../images/page/nav-rjt.png);}
.nav-yi::after{position: absolute;content: ''; bottom:25px;left: 0;width: 100%;border-bottom: 2px solid #039a4d;display: none;}
.nav-er-box::before{position: absolute;content: '';width: 18px;height: 6px;/* background: url(../images/page/nav-up.png) no-repeat center; */left: 50%;margin-left: -9px;top: 26px;}
.nav li.active .nav-yi{color: #039a4d;}
.nav-box li.active .nav-yi::after{display: block;}
.nav>li:hover .nav-er-box{display: block;}
.nav>li:hover .nav-yi{color: #039a4d;}
.nav>li:hover .nav-yi:after{display: block;}
.nav-er-list:hover .nav-er{color: #fff;font-weight: bold;}
.nav-er-list:hover .nav-er i{background-position-y: -20px;}
.nav-er-list:hover{background: #039a4d;border-bottom: 1px dashed #f5f5f5;}
.nav-er-list:hover .nav-san-box{display: block;}
.nav-san-box a:hover{color: #039a4d;}
.nav>li:hover>a::after, .nav>li.cur>a::after{left: 0;right: 0;}
.nav>li:hover>a span, .nav>li.cur>a span{font-weight: bold;color: #039a4d;}
#header:hover .nav>li>a, #header.active .nav>li>a{color:#333;}
#header:hover .nav>li:hover>a, #header:hover .nav>li.cur>a, #header:hover .nav>li>a:focus, #header:hover .nav>li>a:hover,
#header.active .nav>li:hover>a, #header.active .nav>li.cur>a, #header.active .nav>li>a:focus, #header.active .nav>li>a:hover{background:transparent;color:#039a4d;}
#header:hover .nav>li>a::after, #header.active .nav>li>a::after{background-color: #039a4d;}
#header:hover .head-htel, #header.active .head-htel{color: #666;background: url(../images/htelx.png) no-repeat left;}
#header:hover .head-htel h4 a, #header.active .head-htel h4 a{color: #333;}

/* 小屏幕导航 */
.mm-nav-box{overflow:hidden;position: fixed;top: 0;right: 0;width: 100%;height: 100%;z-index: -1;display: none;-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);-ms-transform: translateY(-100%);-o-transform: translateY(-100%);transform: translateY(-100%);}
.mm-nav-box[data-on="active"]{-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);top: 100px;}
.mm-nav-box .mm-wrap{position: fixed;top: 0;right: 0;bottom: 90px;overflow: hidden;overflow-y: auto;width: 40%;padding-bottom: 15px;z-index: 100;border-top: 1px solid rgba(0,0,0,.15);box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%);}
.mm-nav-box .mm-wrap:before{content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: #fff;z-index: -1;}
.mm-nav-box .mm-nav .li1{margin: 0 20px;line-height: 60px;border-bottom: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1 .a1{display: block;color: #222222;font-size: 16px;}
.mm-nav-box .mm-nav .li1.on .a1{color: #039a4d;}
.mm-nav-box .mm-nav .li1.on .mm-title{border-color: #039a4d;}
.mm-nav-box .mm-nav .li1 .mm-title{position: relative;height: 60px;line-height: 60px;}
.mm-nav-box .mm-nav .li1 .mm-title .am{display:block;width:100%;height:100%;}
.mm-nav-box .mm-nav .li1 .mm-title .a1{position: absolute;top: 0;left: 0;height: 100%;z-index: 10;}
.mm-nav-box .mm-nav .li1 .mm-title .click{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mm-nav-box .mm-nav .li1 .mm-title .click:after{content: "";position: absolute;top: 50%;right: 20px;width: 6px;height: 6px;border-top: 1px solid #222222;border-right: 1px solid #222222;-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);-o-transform: rotate(135deg);transform: rotate(135deg);margin-top: -3px;}
.mm-nav-box .mm-nav .li1 .mm-title .mclick{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mm-nav-box .mm-nav .li1 .mm-title .mclick a{display:block;width:100%;height:100%;}
.mm-nav-box .mm-nav .li1.on .mm-title .click:after{border-color: #039a4d;}
.mm-nav-box .mm-nav .li1 .mm-innav{display: none;padding: 6px 0;}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-innav{display: block;border-top: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-title .click:after{-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.mm-nav-box .mm-nav .li1[data-on="click"] .a1{color: #039a4d;}
.mm-nav-box .mm-nav .li1 .mm-innav li{margin: 0 10px;border-bottom: 1px solid rgba(255,255,255,.4);line-height: 1;}
.mm-nav-box .mm-nav .li1 .mm-innav li a{color: #222222;font-size: 14px;line-height: 1.4;display: block;padding: 6px 0;}
.mm-nav-box .mm-nav .li1 .mm-innav li a:hover{color:#1d2e74}
.mm-nav-box .mm-nav .li1 .mm-innav li .box2{margin: 0 15px;}
.mm-nav-box .mm-wrap .mmlang{padding: 0 10px;font-size: 0;display: none;}
.mm-nav-box .mm-wrap .mmlang .mmitem{height: 55px;line-height: 55px;width: 50%;font-size: 14px;color: #222222;display: inline-block;*display: inline;*zoom: 1;text-align: center;}
.mm-nav-box .mm-wrap .mmlang .mmitem.on{color:  #039a4d;}
.header_atop{width:100%;height:40px;}
.header_space{width: 100%;height: 100px;display:none;}
@media (max-width: 1409px){
	.nav>li{margin-right: 12px;}
}
@media (max-width: 1309px){
	.nav>li{margin-right: 20px;}
	.nav>li span{font-size: 16px;}
}
@media (max-width: 1199px){
	.nav{display:none;}
	.mm-nav-box {display: block;}
	#m-head-nav{display:block;}
	.header_space{display:block;}
	.head-raea{margin-left:0;}
}
@media (max-width: 800px){
	.mm-nav-box .mm-nav .li1 .mm-title{height: 45px;line-height: 45px;}
}
@media (max-width: 767px){
	.headcon{padding:0 10px;}
	#top-sss1{ display:none }
}
@media (max-width: 600px){
.mm-nav-box .mm-wrap{width: 100%;padding-bottom: 0;}
.mm-nav-box .mm-nav .li1 .mm-title .a1{font-size: 14px;}
.mm-nav-box .mm-nav .li1 .mm-innav li a{font-size: 13px;}
.mm-nav-box .mm-nav .li1{margin: 0 10px;}
.mm-nav-box .mm-wrap .mmlang{display: block;}
}
@media (max-width: 500px){
	#header{height: 86px;}
	.header_space{height:70px;}
	.logo a img{height:50px;}
	.mm-nav-box[data-on="active"]{top: 100px;}
	#header:hover .logo, #header.active .logo{margin: 18px 0;}
	#header:hover .head-raea, #header.active .head-raea{margin-top: 0;}
	#search-btn{font-size: 20px;padding: 0 6px;margin: 25px 0;}
	#m-head-nav{margin-left:15px;margin-top: 34px;}
	.mm-nav-box{top: 66px;}
	#top-sss1{ display:none; }
	.search-con{ top:86px; }
}
@media (max-width: 450px){
	#header{height: 86px;}
	.head-atop{padding:0 10px;line-height:30px;height:30px;}
	.head-search>p{height:30px;}
	.head-search>p>a{font-size:15px;}
	.head-search>form{display:none;}
	.header_atop{height:30px;}
	.mm-nav-box[data-on="active"]{top: 86px;background: #fff;}
}

@media (max-width: 375px){
    #search-btn i{padding-right: 6px;width: 32px;display: none;}
    #m-head-nav{margin-left: 6px;margin-top: 36px;}
}

/* 轮播图 */
#banner{position:relative;padding-top: 100px;}
#banner video{width:100%;display:block;}
#banner .swiper-slide a{display:block;}
#banner .swiper-slide img{display:block;max-width:100%;}
#banner .swiper-pagination{bottom:40px;font-size:0;width: auto;left: 50%;transform: translateX(-50%);}
#banner .swiper-pagination-bullet{width:12px;height:12px;opacity:1;border-radius: 6px;background: rgb(199 194 194);position:relative;margin:0 6px;}
#banner .swiper-pagination-bullet-active{background: rgb(3 154 77 / 0.6);width: 32px;}
#banner .swiper-button-prev, #banner .swiper-button-next{width:46px;height:46px;background:url(../images/page/ban-jt.png) no-repeat center left;border:1px solid #fff;border-radius:50%;transition:all .3s;-webkit-transition:all .3s;}
#banner .swiper-button-prev{left:-115px;}
#banner .swiper-button-next{right:-115px;transform: rotate(180deg);}
#banner:hover .swiper-button-prev{left:115px;}
#banner:hover .swiper-button-next{right:115px;}
#banner .swiper-button-prev:hover, #banner .swiper-button-next:hover{background:url(../images/page/ban-jt.png) no-repeat center left -46px #fff;box-shadow: 0 0 3px 0px rgb(200 200 200 / 80%);}
@media (max-width: 1400px){
	#banner .swiper-button-prev{left:60px;}
	#banner .swiper-button-next{right:60px;}
}
@media (max-width: 767px){
	#banner .swiper-pagination{bottom:20px;}
	#banner .swiper-pagination-bullet{border:none;}
	#banner .swiper-button-prev, #banner .swiper-button-next{display:none;}
	#banner{padding-top: 86px;}
}
@media (max-width: 450px){
	#banner .swiper-pagination{bottom: 5px;padding:8px;}
	#banner .swiper-pagination-bullet{width:8px;height:8px;margin:0 5px;}
	#banner{padding-top: 86px;}
}

/* 首页标题 */
.title{padding:0 10px;text-align: center;}
.title h2{font-size: 40px;color: #444;font-weight: bold;}
.title p{color: #999;font-size: 18px;margin-top: 8px;text-transform:uppercase;font-family:Arial;}
@media only screen and (max-width:767px){
	.title h2{font-size: 30px;}
	.title p{font-size: 14px;margin-top: 5px;}
}
@media only screen and (max-width:500px){
	.title h2{font-size: 26px;}
}


/* 通用配置 */
.owl-rela{position:relative;}
.owl-prev, .owl-next{display:block;width:30px;height:68px;background:url(../images/pro-jtbn.png) no-repeat;position:absolute;top:50%;margin-top:-34px;text-indent:-99999999px;opacity:0.4;transition:all .3s;-webkit-transition:all .3s;}
.owl-prev{left:-30px;}
.owl-next{right:-30px;transform: rotate(180deg);}
.owl-prev:hover, .owl-next:hover{opacity:1;}
@media (max-width:800px){
	.owl-prev, .owl-next{display:none;}
}

/* 图片封面动画 */
.white, .whites{position: relative;overflow: hidden;}
.white::after, .whites::after{content: '';cursor: pointer;position: absolute;left: -120%;top: 0;width: 100%;height: 100%;
background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
transform: skewx(-25deg);transition: unset;}
.white:hover::after{left: 120%;-moz-transition: 1s;-o-transition: 1s;-webkit-transition: 1s;transition: 1s;}

/* 底部 */
#footerinfo{background: url(../images/ftbj.jpg) center;}
#footerinfo .container{ padding:0; }
.finfo{ padding: 48px 0;}
.ftsss1{ text-align: center;}
.ftsss1 .finfo-rimg{ text-align: left;}
.ftsss1 .finfo-rimg img{}
.ftsss1 .finfo-rtxt{ padding-top: 10px; display: inline-block;}
.ftsss1 .finfo-rtxt ul{}
.ftsss1 .finfo-rtxt ul li{ float: left; padding: 10px; border-radius: 20px; background: #10753b; margin: 0 6px;}
.ftsss1 .finfo-rtxt ul li a{}
.ftsss1 .finfo-rtxt ul li a img{}

.ftsss2{ padding-left: 48px;}
.ftsss2 h2{ color: #fff; font-size: 20px; font-weight: bold; padding-bottom: 16px;}
.ftsss2 p{ padding-left: 27px; color: #fff; font-size: 16px; background: url(../images/ftm4.png) left 2px  no-repeat;}

.ftsss3{}
.ftsss3 h2{ color: #fff; font-size: 20px; font-weight: bold; padding-bottom: 16px;}
.ftsss3 p{ padding-left: 28px; color: #fff; font-size: 16px; line-height: 30px;}
.ftsss3 .ftp1{ background: url(../images/ftm5.png) left 4px no-repeat;}
.ftsss3 .ftp2{background: url(../images/ftm6.png) left 4px no-repeat;}
.ftsss3 .ftp3{background: url(../images/ftm7.png) left 4px no-repeat;}

.ftsss4{ text-align: center;}
.ftsss4 img{max-height: 140px;}
.ftsss4 p{ color: #fff; font-size: 16px; padding-top: 10px;}

.zuidi{}
.mmm1{}
.mmm1 p{}

.finfo-r{}
.flink{float: right;position: relative;}
.flink .youliang{position: absolute;top: -78px;display: none;padding-bottom: 12px;}
.flink span{color: #fff;font-size: 14px;border-radius: 8px;background: #10753b;width: 140px;height: 42px;line-height: 42px;text-align: center;display: block;}
.flink a{color: #666;font-size:14px;width: 100%;float: left;line-height: 32px;background: #fff;border-bottom: 1px dashed #ccc;text-align: center;}
.flink a:last-child{margin-right: 0;}
.flink a:hover{color: #039a4d;}
#footercopy{padding: 12px 0;width: 100%;display: flow-root;border-top: 1px solid #666;}
#footercopy p{font-size:14px;color: #fff;float: left;line-height: 42px;}
#footercopy p a{color: #fff;}
#footercopy p a:hover{color: #039a4d;}
.flink:hover .youliang{display: block;z-index: 99999999999999999999999;}

@media only screen and (max-width: 1269px){
	
}
@media only screen and (max-width: 1199px){
	
}
@media only screen and (max-width: 991px){
	.flink{ float:left;}
}
@media only screen and (max-width: 767px){
	footer{padding-bottom:50px;}
	#footerinfo{padding: 20px 10px 20px;}
	.flink{max-height:42px;/* overflow:hidden; */float: left;margin-top: 10px;}
	#footercopy p{ line-height:24px; }
	#footercopy{ padding:12px; }
	.ftsss1,.ftsss2{ display:none; }
	.finfo{ padding:10px 0 }
}
@media only screen and (max-width: 680px){
	
}
@media only screen and (max-width: 580px){
	#footercopy{padding: 10px 0;}
}
@media only screen and (max-width: 470px){
	.ftsss1,.ftsss2{ display:none; }
	.finfo{ padding:0; }
	.ftsss4{ padding:16px; text-align:left;}
	#footerinfo{ padding-bottom:0; }
}


/* 手机底部按钮 */
.footer-bottom{overflow: hidden;position: fixed;bottom: 0;left: 0;z-index: 999;width: 100%;background: #039a4d;text-align: center;border-top: 1px solid #fff;}
.footer-bottom a{display: inline-block;padding: 7px 0;color: #fff;}
.footer-bottom a i{font-size: 16px;display: block;}

/* 在线客服 */
.diyos {position: fixed;width: 54px;right: 0;top: 50%;z-index: 100;}
.diyos ul{position:relative;list-style: none;margin: 0;padding: 0;}
.diyos ul li {width: 54px;height: 54px;background: #039a4d;float: left;position: relative;border-top: 1px solid #fff;z-index:1;}
.diyos ul li:first-child{ border-top:0;}
.diyos ul li .sidebox, .diyos ul li .semail {position: absolute;width: 54px;height: 54px;top: 0;right: 0;color: #fff;font-size:14px;line-height:54px;overflow: hidden;background: #039a4d !important;}
.diyos ul li .sidetop {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li.sideewm {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li .sideewmshow{width: 130px;position:absolute; top:0; left:-131px; z-index:120; display:none;max-width:none;border: 1px solid #e5e5e5;}
.diyos ul li.sideewm:hover .sideewmshow{ display:block;}
.diyos ul li img {float: left;}

/* 面包屑 */
#location{box-shadow:0px 3px 20px 0px rgba(0,0,0,0.1);overflow:hidden;margin-bottom: 42px;}
.crumbs{padding-left:20px;background:url(../images/page/location.png) no-repeat left center;line-height:25px;padding-top:10px;padding-bottom:10px;float:left;color:#666;}
.crumbs a{color:#666;}
.crumbs a:hover{color:#039a4d;}

/* 内页导航 */
#sidebar{float:right;}
#sidebar li{display:inline-block;margin:0 10px;position: relative;}
#sidebar li a{display:block;height:45px;line-height:44px;text-align:center;color:#666;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#sidebar li a::after{content: "";display: block;width: 0%;height: 2px;background: #039a4d;position: absolute;left: 50%;bottom: 0;overflow: hidden;transition: all .5s ease-out;-webkit-transition: all .5s ease-out;-moz-transition: all .5s ease-out;-ms-transition: all .5s ease-out;-o-transition: all .5s ease-out;}
#sidebar li:hover a, #sidebar li.cur a{color: #039a4d;}
#sidebar li:hover a::after, #sidebar li.cur a::after{left: 0;width: 100%;}
@media (max-width:767px) {
	#location{margin-bottom: 20px;background:#f3f3f3;border-bottom: 1px solid #ddd;box-shadow:none;}
	.w100{width:100%;float:left;}
	.w50{width:50%;float:left;}
	.w33{width:33.33%;float:left;}
	.w25{width:25%;float:left;}
	#sidebar{float:none;}
	#sidebar li{padding:0 5px;margin:0;}
}


/* 内页banner */
.nybanner>div{background-position: center;background-repeat: no-repeat;background-size: cover;}
@media (max-width: 1329px){
	.nybanner>div{height: 420px !important;}
}
@media (max-width: 1199px){
	.nybanner>div{height: 360px !important;}
}
@media (max-width: 991px){
	.nybanner>div{height: 320px !important;}
}
@media (max-width: 767px){
	.nybanner>div{height: 280px !important;}
}
@media (max-width: 700px){
	.nybanner>div{height: 240px !important;}
}
@media (max-width: 580px){
	.nybanner>div{height: 175px !important;}
}
@media (max-width: 420px){
	.nybanner>div{height: 132px !important;}
}
@media (max-width: 374px){
	.nybanner>div{height: 130px !important;}
}

/* 内页样式 */
#inside{padding-bottom:30px;padding-left:10px;padding-right:10px;overflow:hidden;border-bottom:4px solid #039a4d;}
.bgf5{background:#f5f5f5;}
.nocontect{background-image: url(../images/page/error.png);background-repeat: no-repeat;background-position: 10px 10px;height: 100px;padding-top: 40px;padding-left: 120px;font-size: 14px;margin-bottom:20px;}
@media (max-width:767px) {
	#inside{padding-bottom:30px;}
}

/* 内页产品导航 */
#pronav{width: 100%;background: #e8e8e8;text-align: center;margin-bottom:20px;}
.pronav-a{line-height: 80px;display:flex;overflow:hidden;}
.pronav-a a{flex:1;font-size:16px;color:#333;}
.pronav-a a.cur, .pronav-a a:hover{background:#039a4d;color:#fff;}
@media (max-width:1509px) {
	.pronav-a{display:block;}
	.pronav-a a{display:inline-block;padding:0 14px;}
}
@media (max-width:1409px) {
	.pronav-a a{padding:0 13px;font-size:15px;}
}
@media (max-width:1309px) {
	.pronav-a{line-height:60px;}
	.pronav-a a{padding:0 11px;font-size:14px;}
}
@media (min-width:768px) and (max-width:1199px) {
	.pronav-a a{display:block;float:left;width:16.66%;}
}
@media (max-width:767px) {
	.pronav-a a{display:block;float:left;width:25%;padding:0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
}
@media (max-width:500px) {
	.pronav-a{line-height:40px;}
}

/* 内页单页面标题 */
#nytitle{text-align: center;padding:0 10px;margin:30px 0;}
#nytitle h1{font-size: 36px;color: #353535;font-weight:bold;}
#nytitle p{color: #999;font-size: 16px;margin-top: 10px;text-transform:uppercase;}
@media only screen  and (max-width: 500px){
	#nytitle{margin-bottom:20px;}
	#nytitle h1{font-size: 30px;}
	#nytitle p{font-size: 14px;}
}

/* 内页单页面内容 */
.nyshow{width:100%;}
.nyshow-til{line-height: 40px;height: 40px;background: #eee;margin-top: 20px;margin-bottom: 20px;}
.nyshow-til>h1, .nyshow-til>h2{float: left;padding-right:15px;text-indent: 25px;height: 40px;line-height: 40px;/* border-bottom: 2px #fff solid; */color: #fff;font-size: 18px;font-weight: bold;position:relative;}
.nyshow-til>h1::before, .nyshow-til>h2::before{content:'';position:absolute;left: 12px;top:50%;margin-top: -10px;width: 3px;height: 22px;background: #ffff;}
.nyshowdesc{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:40px;/* min-height:300px; *//* border: 1px solid #ccc; *//* padding: 20px; */border-top: none;}
.nyshowdesc p{margin: 2px 0;float: left;width: 100%;}
.nyshowdesc .wul105 ul li p{ width:auto; }
.nyshowdesc img{max-width:100%;height:auto !important;}
.block-shadow{height: 200px;-webkit-box-shadow: 0 10px 20px 0 rgba(50,50,50,.20);box-shadow: 0 10px 20px 0 rgba(50,50,50,.20);-webkit-transition: all .5s linear;-moz-transition: all .5s linear;-ms-transition: all .5s linear;-o-transition: all .5s linear;transition: all .5s linear;}
.block-shadow:hover{box-shadow: 0 10px 20px 0 rgba(0,125,255,.5);}
.radius-md{border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.icon-sm{width: 60px;display: inline-block;text-align: center;}
.icon-sm em{font-size: 30px;line-height: 30px;}
.icon-content{overflow: hidden;}
.icon-content h5{font-weight: bold;font-size: 18px;line-height: 25px;color: #1a1a1a;margin-top: 10px;margin-bottom: 10px;}
@media (max-width:767px) {
	.nyshowdesc{font-size:14px;line-height:1.6;margin-bottom:20px;min-height:100px;}
	.nyshowdesc h1{font-size:30px;}
	.nyshowdesc h2{font-size:24px;}
	.nyshowdesc h3{font-size:18px;}
	.nyshowdesc h4{font-size:14px;}
	.block-shadow{height:auto;}
}

/* 内页项目 */
#nyitem{padding-bottom:30px;border-bottom:4px solid #039a4d;}
#nyitem ul>li{padding:0 10px;margin-bottom:20px;}
#nyitem ul>li a{display:block;}
.ser-img{position:relative;overflow:hidden;}
.ser-bg{position:absolute;left:0;top:0;width:100%;height:100%;background: transparent repeat-x bottom;}
.ser-img i{position:absolute;left:50%;top:150%;width:60px;height:60px;transform:translate(-50%, -50%);transition: all .3s;}
#nyitem ul>li p{font-size:24px;color:#444;line-height:40px;text-align:center;padding:0 10px;}
#nyitem ul>li a:hover .ser-bg{background:url(../images/ser-bg.png) repeat-x bottom;}
#nyitem ul>li a:hover .ser-img i{top:50%;}
#nyitem ul>li a:hover p{font-weight:bold;color:#039a4d;}
@media only screen and (max-width:767px){
	#nyitem ul>li p{font-size:16px;line-height:30px;}
}
@media only screen and (max-width:500px){
	#nyitem ul>li{margin-bottom:10px;}
}


/* 留言模块Message */
#nymessage{padding:50px 0;background:url(../images/nymessagebg.jpg) no-repeat center / cover;}
#nymessage h4{color:#039a4d;}
#nymessage form{overflow:hidden;margin-top:50px;}
#nymessage form label{font-weight:normal;text-align:none ! important; white-space: nowrap; }
#nymessage .nymessage-h6{text-align:left;}
@media (max-width:767px) {
	#nymessage{padding:30px 0;}
	#nymessage h4{font-size:16px;line-height:1.4;}
	#nymessage form{margin-top:30px;}
	#nymessage form>div[class^="col-"]{padding:0 5px;}
}

#nycommon{padding:30px 0;background:#f8f8f8;border-top: 2px solid  #039a4d;}
/* 热门标签 */
.nycomtag{line-height: 40px;border-bottom: 1px #ccc solid;overflow:hidden;}
.nycomtag>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #039a4d solid;color: #039a4d;font-size: 18px;font-weight: bold;background:url(../images/page/ny-objs.png) no-repeat left;}
.nycomtag>a{float:right;}
.ghtag{padding-left:22px;background:url(../images/page/ghtag.png) no-repeat left;}
#tagac{margin-top:10px;}
#tagac>a{font-size: 14px;color: #797979;line-height: 25px;display: inline-block;background-color: #fff;border-radius: 30px;padding: 0 14px;margin-top: 14px;box-shadow: 1px 4px 16px 0px rgb(30 168 57 / 20%);margin-right: 10px;transition: all ease 0.3s;}
#tagac>a:hover{background-color: #039a4d;color: #fff;}

/* 推荐新闻 */
.nyhotnews{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyhotnews>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #039a4d solid;color: #039a4d;font-size: 18px;font-weight: bold;background:url(../images/page/nyhotnewico.png) no-repeat left;}
.nyhotnews-list{margin-top:10px;overflow:hidden;}
.nyhotnews-list li{font-size: 14px;line-height: 30px;background: url(../images/page/iyuan.png) no-repeat left;background-size: 8px;box-sizing:border-box;}
.nyhotnews-list li a{float:left;width:calc(100% - 90px);color:#333;}
.nyhotnews-list li span{float:right;color:#666;}
.nyhotnews-list li:hover{background: url(../images/page/iyuan_on.png) no-repeat left;background-size: 8px;}
.nyhotnews-list li:hover a{color:#039a4d;}

/*视频列表*/
.nyvideo-ul{overflow:hidden;}
.nyvideo-ul li{width:33.33%;float:left;padding:0 10px;margin-bottom:20px;box-sizing:border-box;}
.nyvideo-div a{display:block;border:1px solid #ddd;padding:2px;overflow:hidden;}
.nyvideo-div a img{display:block;max-width: 100%;width: 311px;}
.nyvideo-div a.nyvideo-a{padding:0 10px;border:none;line-height:25px;text-align:center;}
.nyvideo-div:hover a{border-color:#039a4d;color:#039a4d;}

/*视频详情*/
.showvideo-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.showvideo-top>h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.showvideo-time{text-align:center;}
.showvideo-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.showvideo-time span:last-child{margin-right:0;}
.showvideo-mp{margin:20px 0;text-align:center;}
.showvideo-mp video, .showvideo-mp iframe{width:800px;max-width:100%;}
.showvideo-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showvideo-con  img{max-width:100%;height:auto !important;}

/*下载列表*/
.nydown-list{margin-bottom:20px;}
.nydown-list table{width:100%;text-align:center;}
.nydown-list table thead{background:#039a4d;color:#fff;font-size:16px;line-height:2;}
.nydown-list table tbody{line-height:1.6}
.nydown-list table tbody tr td{color:#666;}
.nydown-list table tbody tr td:first-child{color:#333;}

/*下载详情*/
.showdown-top{margin-bottom:20px;}
.showdown-top>h1{font-size: 18px;margin-bottom:10px;color:#333;font-weight:bold;padding-left:20px;}
.showdown-top>ul{padding:10px;background:#f6f6f6;}
.showdown-top>ul>li{border-bottom: 1px solid #eee;font-size:12px;color:#666;margin-bottom:5px;line-height:20px;}
.showdown-top>ul>li:last-child{margin-bottom:0;}
.showdown-top>ul>li>span{padding: 0px 10px;margin-right: 5px;}
.showdown-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showdown-con img{max-width:100%;height:auto !important;}

/*图片列表*/
.nyimg-ul{overflow:hidden;padding-top: 20px;}
.nyimg-ul li {margin-bottom:20px;padding:0 10px;}
.nyimg-ul li .nyimg-div {background:#fff;padding:7px;border:1px solid #D9D9D9;}
.nyimg-ul li .nyimg-div a {display:block;overflow:hidden;}
.nyimg-ul li .nyimg-div img {margin:0 auto;-webkit-transition:1s;-moz-transition:1s;transition:1s;width:100%;}
.nyimg-ul li .nyimg-a{padding:0 5px;margin-top:9px;line-height:40px;display:block;background:#EFEFEF;font-size:14px;color:#333;text-align:center;}
.nyimg-ul li:hover .nyimg-a {color:#ffffff !important;}
.nyimg-ul li:hover .nyimg-div img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.nyimg-ul li:hover .nyimg-a {background:#039a4d;color:#fff;}
@media (max-width:767px){
	.nyimg-ul li .nyimg-a{line-height:32px;}
	#nycommon{ padding:20px 0; }
}

/*图片详情*/
.showimg-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;}
.showimg-top h1{line-height: 1.5;color: #333;text-align: center;font-size:30px;}
.showimg-top span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showimg-img{margin-top: 25px;margin-bottom: 15px;text-align:center;}
.showimg-img img{max-width: 100%;height:auto !important;}
.ctitle{margin-bottom:15px;}
.ctitle h3{padding-left:20px;background: url(../images/page/dt-7.gif) no-repeat left center;line-height:30px;border-bottom: 1px dotted #ccc;color:#666;font-size:16px;font-weight:bold;}
.showimg-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 300;padding: 0 10px;border-bottom: 1px solid #F0F2F5;padding-bottom: 20px;}
.showimg-con img{max-width: 100%;height:auto !important;}
.showimg-page{overflow: hidden;margin-left:-10px;margin-right:-10px;margin-bottom:20px;}
.showimg-page>div[class^="col-"]{padding: 0 10px;}
.showimg-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showimg-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
.showimg-right{border-left:1px solid #f0f2f5;}
@media (max-width:767px){
	.showimg-left{padding:0;}
	.showimg-top h1{font-size: 20px;}
	.showimg-con{font-size:14px !important;}
	.showimg-page a{padding:8px;}
}

/* 右侧栏目信息 */
.nybusiness{margin-bottom: 20px;}
.nybusiness>p{font-size: 16px;color: #039a4d;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-objs.png) no-repeat left;}
.nybusiness a{margin-bottom:10px;display:block;position:relative;}
.nybusiness a:last-child{margin-bottom:0;}
.nybusiness-img{overflow:hidden;}
.nybusiness a p{position:absolute;left:0;bottom:0;background: rgba(0,0,0,.5);width:100%;line-height:30px;padding:0 10px;text-align:center;color:#fff;}
.nybusiness a:hover p{background: rgba(0,153,255,.5);}

.hotnews{}
.hotnews p{font-size: 16px;color: #039a4d;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-news.png) no-repeat left;}
.hotnews a{display: block;font-size: 14px;line-height: 30px;padding-left: 15px;background:url(../images/iyuan.png) no-repeat left;background-size:8px;}
.hotnews a:hover{background: url(../images/iyuan_on.png) no-repeat left;color: #039a4d;}

/*新闻列表*/
.nynews-ul {overflow:hidden;/* padding-top: 20px; */}
.nynews-ul li.nynews-li {padding: 0 0px 10px;margin-bottom: 10px;cursor:pointer;border-bottom: 1px solid #cccc;}
.nynews-img {padding:0;overflow:hidden;border:1px solid #f3f3f3;}
.nynews-img a {display:block;}
.nynews-img img {width: 100%;transition:.8s;}
.nynews-ul li.nynews-li:hover img {transform:scale(1.02);}
.nynews-date {color:#333;line-height:20px;font-size:12px;}
.nynews-date span {color:#4d4c51;}
.nynews-date img {margin:4px 6px 0 0;float:left;}
.nynews-date p {float:left;margin:0;}
.nynews-date i {margin-right:5px;}
.nynews-con h3 {font-size:18px;font-weight:bold;color:#3b3c3c;text-transform:uppercase;line-height:32px;letter-spacing:1px;margin-top: 10px;margin-bottom:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.nynews-con h3 a {overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;}
.nynews-ul li.nynews-li:hover h3 a {color:#039a4d;}
.nynews-con {background-color:#f9f9f9;padding: 18px 20px;min-height: 191px;border: 1px solid #f3f3f3;}
.nynews-con p.nynews-desp {color:#8d8d8d;font-size:14px;line-height:23px;margin: 14px 0;height:46px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.nynews-con a.nynews-more {position:relative;left:0;color:#ffffff;font-size:15px;padding:7px;background:#039a4d;margin-top:10px;width:120px;display:block;border-radius:20px;float:left;text-align:center;transition:0.5s all;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;}
.nynews-con a.nynews-more:hover {background:#FF7A0E;left:10px;color:#ffffff !important;}
@media (max-width:991px) {
	#nynewslist>.container {padding-left:5px;padding-right:5px;}
	.nynews-ul li.nynews-li {padding:0 5px 4px;margin-bottom:14px;}
}
@media (max-width:767px) {
	.nynews-con h3 {font-size:16px;font-weight:bold}
	.nynews-con {padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 12px;}
	.nynews-con p.nynews-desp{margin: 2px 0 8px;}
}

/*新闻详情*/
.shownews-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.shownews-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 24px;margin-bottom: 5px;}
.shownews-time{text-align:center;}
.shownews-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.shownews-time span:last-child{margin-right:0;}
.shownews-con{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.shownews-con  img{max-width:100%;height:auto !important;}
.shownews-page{overflow: hidden;margin-left:-10px;margin-right:-10px;margin-bottom:20px;}
.shownews-page>div[class^="col-"]{padding: 0 10px;}
.shownews-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.shownews-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
	.shownews-top h1{font-size: 20px;}
	.shownews-con{font-size:14px !important;line-height: 1.6;}
	.shownews-page a{padding:8px;}
}

/* 招聘模块Nyjoblist*/
.nyjoblist-ul{overflow: hidden;}
.nyjoblist-ul li{margin-bottom: 20px;border-bottom: 1px solid #dedede;}
.nyjoblist-ul li .nyjoblist-top{padding: 20px;position: relative;overflow:hidden;}
.nyjoblist-ul li .nyjoblist-top h3{color: #333;font-size: 20px;font-weight: bold;padding-bottom: 10px;}
.nyjoblist-ul li .nyjoblist-top span{padding-right: 20px;color: #999;}
.nyjoblist-ul li .nyjoblist-top p{color:#666;margin:10px 0;}
.nyjoblist-ul li .nyjoblist-top>a{float:left;padding:10px 25px;background:#039a4d;border-radius:20px;color:#fff;margin-right:10px;}
.nyjoblist-ul li .nyjoblist-top>a+a{margin-right:0;}
.nyjoblist-ul li .nyjoblist-top>a:hover{background:#ffc531;color:#333;}
@media (max-width:767px) {
	.nyjoblist-ul li .nyjoblist-top{padding:10px;}
}

.showjob-left{padding-bottom:30px;}
.showjob-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:10px;}
.showjob-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 30px;}
.showjob-list{overflow:hidden;margin-bottom:30px;}
.showjob-list li{width:50%;float:left;padding:5px 10px;background: url(../images/dt-0.png) no-repeat left top 13px;}
.showjob-list li span{float: left;margin-right: 10px;color: #999;}
.showjob-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 400;padding: 10px 0;}
.showjob-con img{max-width: 100%;height:auto !important;}
.showjob-more{}
.showjob-page{padding-top: 20px;padding-bottom:20px;overflow: hidden;}
.showjob-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showjob-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
	.showjob-top h1{ font-size:20px;}
	.showjob-top h2{ font-size:16px;}
	.showjob-con{padding:0;font-size:14px !important;}
	.showjob-left{padding: 0;}
	.showjob-page>div[class^="col-"]{padding: 0 10px;}
}

/* 产品列表 */
.nypro-ul{overflow:hidden;}
.nypro-ul li{padding:0 10px;margin-bottom:10px;}
.nypro-ul li a{display:block;position:relative;overflow:hidden;padding: 10px;}
.nypro-ul li a .nypro-img{border-radius: 15px;}
.nypro-ul li a p{line-height:40px;color:#333;text-align:center;font-size:16px;padding:0 5px;}
.nypro-ul li a:hover .nypro-img{box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);}
.nypro-ul li a:hover p{color:#039a4d;}
@media (max-width:767px){
	.nypro-ul li a p{line-height:30px;font-size:14px;}
}

/*产品详情*/
.showpro-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:20px;}
.showpro-top h1{line-height: 1.5;color: #333;text-align: center;font-size:30px;}
.showpro-top span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showpro-img{margin-bottom:20px;}
.sp-thumbs a:link, .sp-thumbs a:visited{width:140px;height:93px;}
@media (max-width:767px){
	.showpro-top h1{font-size: 20px;}
	.showpro-imgbox{padding:0;}
}


/*产品参数*/
.nyproshow-info{line-height:1.8;color:#666;margin-bottom:20px;}
.showpro-tel{overflow:hidden;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px 0;}
.showpro-telx{float:left;line-height:40px;}
.showpro-telx img{float:left;margin-right:12px;}
.showpro-telcon{float:left;}
.showpro-telcon p{float:left;color:#666;margin-bottom:0;}
.showpro-telcon span{float:left;color:#333;font-size:24px;font-family: arial;}
.showpro-tel a{float:right;display:block;line-height:40px;padding:0 20px;background:#039a4d;color:#fff;}
.showpro-tel a i{margin-right:5px;}
.showpro-tel a:hover{background:#039a4d;}
.showpro-con{margin-top: 20px;}
.showpro-con ul{border-bottom: 1px solid #ccc;line-height: 40px;margin-bottom: 10px;overflow:hidden;}
.showpro-con ul li{text-align: center;padding:0 24px;font-size: 16px;background: #e6e6e6;color:#333;float: left;margin-right: 10px;cursor: pointer;}
.showpro-con ul li.on{background: #039a4d;color:#fff;}
.showpro-con ul li:last-child{margin-right: 0;}
.showpro-details{font-size: 16px;line-height: 1.8;overflow: hidden;}
.showpro-details .showpro-det{display:none;min-height:200px;}
.showpro-details div{margin-bottom: 10px;}
.showpro-details p{margin: 5px 0;}
.showpro-details img{max-width: 100%;height:auto !important;}
.showpro-details video{max-width: 100%;height:auto !important;}
@media (max-width:767px){
	.showpro-details{font-size: 14px;line-height: 1.6;}
}

/*相关产品*/
.nyaboutpro{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyaboutpro>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #039a4d solid;color: #039a4d;font-size: 18px;font-weight: bold;background:url(../images/nyaboutproico.png) no-repeat left;}
#abprolist{margin:20px 0;}
#abprolist li{padding:0 10px;}
#abprolist li a{display:block;}
#abprolist li a .abpro-img{padding:2px;border:1px solid #ccc;}
#abprolist li a .abpro-img img{display:block;max-width:100%;}
#abprolist li a p{margin-top:5px;line-height:30px;height:30px;text-align:center;background:#ccc;padding:0 10px;color:#333;}
#abprolist li a:hover .abpro-img{border-color:#039a4d;}
#abprolist li a:hover p{background:#039a4d;color:#fff;}

/* 标签 */
.pro_key {line-height: 35px;font-size: 15px;color: #333;font-weight: bold;}
.pro_key a{font-size: 14px;background: #9e9c9c;padding: 2px 6px;color:#fff;font-weight: normal;text-decoration: none;}
.pro_key a:hover{background:#039a4d;}
/* 分享按钮 */
.jiathis{padding-top:10px;height:35px;line-height:30px;border-top:1px dotted #ccc; text-align:right; position:relative; color:#666;margin-bottom:20px;}
.jiathis .jiathis_txt{float: left;}
/* 上下页按钮 */
.ny-page{overflow: hidden;margin-bottom:30px;}
.ny-pagea{width:50%;float:left;padding:0 10px;box-sizing:border-box;}
.ny-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.ny-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}

/* 搜索模块 */
.nysearch-ul{overflow: hidden;}
.nysearch-ul li.nysearch-li{padding: 0 0 15px 0;margin-bottom: 25px;border-bottom: 1px dashed #333;overflow:hidden;}
.nysearch-til>a{line-height: 14px;color: #fff;vertical-align: baseline;white-space: nowrap;display: inline-block;background: #039a4d;margin-right: 5px;position: relative;top:0;padding: 4px 6px;}
.nysearch-til>a .nysearch-arrow{position: absolute;width: 0;height: 0;vertical-align: top;top: 7px;right: -4px;border-left: 4px solid #000;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-left-color: #1ea839;}
.nysearch-til>a:hover{background:#333;}
.nysearch-til>a:hover .nysearch-arrow{border-left-color:#333;}
.nysearch-til>h2{display: inline;font-size: 19px;margin: 0;font-weight: bold;position: relative;top: 1px;line-height: 25px;}
.nysearch-con p.nysearch-desp{color: #666;font-size: 14px;line-height: 23px;margin: 5px 0;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.nysearch-date {color: #333;line-height: 20px;font-size: 12px;}
.nysearch-date span{color: #999;}
.nysearch-date p{float: left;margin: 0;}
.nysearch-date i{margin-right: 5px;}
.nysearch-con a.nysearch-more{position:relative;left:0;color: #ffffff;font-size: 13px;width:100px;height:30px;line-height:30px;background: #999;margin-top: 10px;display: block;border-radius: 20px;float:left;text-align: center;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;}
.nysearch-con a.nysearch-more:hover{background: #039a4d;left:10px;}


/*联系我们*/
.product-inlist{background-color:#f6f6f6;}
.contact_meg{float:right;width:50%;height:510px;z-index:3;background:#f6f6f6;}
.meg_con .title2 {font-size:28px;color:#333333;max-width:510px;margin-bottom:24px;margin-top:35px;font-weight:bold;}
.meg_con .tel{padding:13px 0;border-top:solid 1px #333;border-bottom:solid 1px #333;color:#333;max-width:510px;font-size:30px;}
.meg_con .tel img {display:inline-block;}
.meg_con .megs {margin-top:20px;font-size:15px;line-height:36px;}
.meg_con {width:100%;z-index:3;padding-left:8%;padding-right:4%;box-sizing:border-box;}
.my-map{margin:0 auto;width:50%;height:510px;float:left;}
.amap-container {height:100%;}
@media only screen and (max-width:1199px) {
	.meg_con {width:100%;position:unset;padding-left:5%;box-sizing:border-box;}
	.meg_con .title2,
	.meg_con .tel{max-width: initial;width: 100%;}
	.contact_meg {width:100%;float:none;height:auto;padding-bottom:40px}
	.my-map {margin:0 auto;width:100%;height:400px;float:none;}
}
@media only screen and (max-width:991px) {
	.product-inlist>div{margin-bottom: 0 !important;}
	.product-inlist{margin-bottom: 0;}
}
@media only screen and (max-width:768px) {
	.meg_con .title2 {margin-bottom:16px;margin-top:20px;font-size:24px;}
	.meg_con .megs {font-size:14px;line-height:30px;}
	.meg_con .tel {padding:10px 0;font-size:20px;}
	.meg_con .tel img {width:26px;}
	.meg_con .megs {margin-top:10px;}
	.meg_con .tel img {width:20px;margin-bottom:0;}
	.meg_con .title2 {font-size:22px;}
	.product-inlist {margin-top:10px;}
}


/*翻页样式*/
.metpager_1{ text-align:center;}
.metpager_2{ text-align:center;}
.metpager_3{ text-align:center;}

#flip{line-height: 25px;}
.digg4{ padding:3px; margin:3px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none;}
.digg4 .disabledfy{ font-family: Tahoma, Verdana;}

.metpager_4 a,.metpager_4 span.miy{ border:1px solid #aaaadd; padding:2px 5px 2px 5px; color:#009;}
.metpager_4 a:hover { border:1px solid #009; color:#000;}
.metpager_4 a:active {border:1px solid #009; color:#000;}
.metpager_4 span.current { border:1px solid #009; background-color:#009; padding:2px 5px 2px 5px; margin:2px; color:#FFFFFF; text-decoration:none;}
.metpager_4 span.disabled { border:1px solid #eee; padding:2px 5px 2px 5px; margin:2px; color:#ddd;}

.metpager_5 a,.metpager_5 span.miy{ border:1px solid #ccdbe4; padding:2px 8px 2px 8px; color:#039a4d; display: inline-block; }
.metpager_5 a:hover { border:1px solid #039a4d; color:#fff; background-color:#039a4d;}
.metpager_5 a:active {border:1px solid #009; color:#000;}
.metpager_5 span.current { padding:2px 8px 2px 8px; margin:2px; color:#fff; background:#039a4d; border:1px solid #039a4d; text-decoration:none;display: inline-block;}
.metpager_5 span.disabled { border:1px solid #ccdbe4; padding:2px 8px 2px 8px; margin:2px; color:#999;display: inline-block;}

.metpager_6{ color:#ff6500; }
.metpager_6 a,.metpager_6 span.miy{ border:1px solid  #ff9600; padding:2px 7px 2px 7px; background-position:50% bottom; color:#ff6500; background-image:url(../images/page/page6.jpg);}
.metpager_6 a:hover { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 a:active {border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 span.current {border:1px solid #ff6500; padding:2px 7px 2px 7px; margin:2px; color:#ff6500; background-color:#ffbe94; text-decoration:none;}
.metpager_6 span.disabled { border:1px solid #ffe3c6; padding:2px 7px 2px 7px; margin:2px; color:#ffe3c6;}

.metpager_7 a,.metpager_7 span.miy{ border:1px solid  #2c2c2c; padding:2px 5px 2px 5px; background:url(../images/page/page7.gif) #2c2c2c; color:#fff;}
.metpager_7 a:hover { border:1px solid #aad83e; color:#fff;background:url(../images/page/page7_2.gif) #aad83e;}
.metpager_7 a:active { border:1px solid #aad83e; color:#fff;background:urlurl(../images/page/page7_2.gif) #aad83e;}
.metpager_7 span.current {border:1px solid #aad83e; padding:2px 5px 2px 5px; margin:2px; color:#fff;background:url(../images/page/page7_2.gif) #aad83e; text-decoration:none;}
.metpager_7 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_8 a,.metpager_8 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa;}
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 span.current {border:1px solid #e0e0e0; padding:2px 5px 2px 5px; margin:2px; color:#aaa; background-color:#f0f0f0; text-decoration:none;}
.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_9 a,.metpager_9 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#88af3f; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 span.current {border:1px solid #b2e05d; padding:2px 5px 2px 5px; margin:2px; color:#fff; background-color:#b2e05d; text-decoration:none;} 
.metpager_9 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}
@media (max-width:767px){
	.digg4>span:nth-child(-n+2){display:none;}
}



/*第一栏*/
#diyilan{ padding: 36px 0;}
.sidian{}
.sidian ul{}
.sidian ul li{ position: relative;}
.sidian ul li img{margin: 0 auto;transition: all .5s linear 10ms;}
.sidian ul li img:hover{position:absolute; z-index: 2;top:48%; left:18.6%;}
.sidian ul li img:after{ content:""; position: absolute;  z-index:3;top: 0px;bottom: 0px; left: 0px; right: 0px; border: 5px solid #fff; border-radius: 50%;}
.sidian .ly-wz{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center;z-index: 9;}
.sidian .ly-wz h2{ z-index:999; font-size: 20px; color: #fff; padding-bottom: 10px;}
.sidian .ly-wz p{ font-size: 25px; font-weight: bold; color: #fff;}
.sidian ul li:hover .ly-wz{ top: 100px;}

.sidian ul li img:last-child {
	opacity: 0;
	transform:translate(-50%,-50%) rotateY(180deg);
	-ms-transform:translate(-50%,-50%) rotateY(180deg);
	-moz-transform:translate(-50%,-50%) rotateY(180deg);
	-webkit-transform:translate(-50%,-50%) rotateY(180deg);
	-o-transform:translate(-50%,-50%) rotateY(180deg);
}
.sidian ul li:hover img:first-child {
	opacity: 1;
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}
.sidian ul li:hover img:last-child {
	opacity: 1;
	transform:translate(-50%,-50%) rotateY(360deg);
	-ms-transform:translate(-50%,-50%) rotateY(360deg);
	-moz-transform:translate(-50%,-50%) rotateY(360deg);
	-webkit-transform:translate(-50%,-50%) rotateY(360deg);
	-o-transform:translate(-50%,-50%) rotateY(360deg);
}

@media (max-width:1440px){
	
}

@media (max-width:1366px){
	
}

@media (max-width:1200px){
	
}

@media (max-width:1024px){
	
}

@media (max-width:991px){
	
}

@media (max-width:767px){
	.sidian ul li{ margin-bottom:10px; }
}

@media (max-width:500px){
	.sidian .ly-wz p{ font-size:20px; }
	.sidian .ly-wz h2{ font-size:16px; }
	.sidian ul li{ margin:10px 0; }
	#diyilan{ padding:10px 0; }
}

@media (max-width:425px){
	
}

@media (max-width:375px){
	
}

/*第二栏*/
#dierlan{width:100%;background:url(../images/lm2-bj.jpg) center no-repeat fixed;padding: 42px 0;position: relative;background-size: 100% 100%;}
.ys-main{margin-top:40px;}
.ys-shadow{ }
.ys-box{position:relative;}
.ys-tags{position: absolute;width: 313px;overflow: visible;left: 0;z-index: 3;}
.ys-tags li{background: #fff;height: 135px;width: 313px;float: left;position: relative;border-radius: 0;border-bottom: 1px solid #ccc;cursor:pointer;}
.ys-tags li::before{/* content:''; */position:absolute;top:50%;right:-7px;width:14px;height:16px;margin-top:-8px;background:url(../images/ysicojt.png) no-repeat;z-index:2;display:none;}
.ys-tags li::after{content:'';position:absolute;top:0;right: -66px;width: 68px;height:100%;background:url(../images/ys-icosj.png) no-repeat;z-index:1;display:none;}
.ys-tags li .ys-txt{padding: 40px 0 40px 60px;margin-left: 20px;}
.ys-tags li .ys-txt p{font-size: 24px;color:#444;}
.ys-tags li .ys-txt span{font-size: 14px;color:#999;text-transform:uppercase;display:block;line-height:20px;word-break: break-word;}
.ys-tags li:nth-child(1) .ys-txt{background:url(../images/skt1.png) no-repeat left;}
.ys-tags li:nth-child(2) .ys-txt{background:url(../images/skt2.png) no-repeat left;}
.ys-tags li:nth-child(3) .ys-txt{background:url(../images/skt3.png) no-repeat left;}
.ys-tags li:nth-child(4) .ys-txt{background:url(../images/skt4.png) no-repeat left;}
.ys-tags li.on{background: #039a4d;z-index: 1;}
.ys-tags li.on:nth-child(1) .ys-txt{background:url(../images/skt1-1.png) no-repeat left;}
.ys-tags li.on:nth-child(2) .ys-txt{background:url(../images/skt2-2.png) no-repeat left;}
.ys-tags li.on:nth-child(3) .ys-txt{background:url(../images/skt3-3.png) no-repeat left;}
.ys-tags li.on:nth-child(4) .ys-txt{background:url(../images/skt4-4.png) no-repeat left;}
.ys-tags li.on .ys-txt p, .ys-tags li.on .ys-txt span{color:#fff;}
.ys-ul{width: calc(100% - 303px);height: 539px;float:right;}
.ys-img{position:relative;}
.ys-con{position:absolute;right:0;top: 20%;padding: 40px 86px 40px 120px;}
.ys-con a{ margin-top: 20px; display: inline-block; padding: 10px 32px; background: #039a4d; font-size: 16px; color: #fff; border-radius: 20px;}
.ys-con h3{font-size: 30px;color:#fff;font-weight:bold;margin-bottom:10px;padding-bottom: 16px;border-bottom: 2px solid #ccc;display: inline-block;}
.ys-con h4{font-size:14px;color:#fff;font-weight:bold;text-transform:uppercase;margin-bottom:10px;}
.ys-con p{font-size: 16px;line-height: 28px;color:#fff;padding-top: 20px;}
@media (min-width: 992px) {
	.ys-tags li.on::before, .ys-tags li.on::after{display:block}
}
@media (max-width: 991px) {
	.ys-shadow{box-shadow: none;}
	.ys-tags{position:static;width:auto;display:flex;}
	.ys-tags li{width:auto;height:auto;flex:1;border-right: 1px solid #ececec;}
	.ys-tags li.on, .ys-tags li:last-child{border-right:0;}
	.ys-tags li .ys-txt{margin:0 20px;padding: 30px 0 30px 46px;}
	.ys-tags li .ys-txt span{line-height:15px;}
	.ys-ul{width:100%;float:none;box-shadow: 0 10px 10px 0 rgb(0 0 0 / 30%);}
}
@media (max-width: 767px) {
	#youshi{padding-top:30px;}
	.ys-box{padding: 0 0px;}
	.ys-main{margin-top:20px;}
	.ys-ul{height: 417px;}
	.ys-con{ padding: 20px; top: 16%;}
}
@media (max-width: 730px) {
	.ys-tags li .ys-txt{margin:0 5px;}
	.ys-tags li .ys-txt p{font-size:16px;}
	.ys-tags li .ys-txt span{height:30px;overflow:hidden;}
}
@media (max-width: 600px) {
	.ys-tags li .ys-txt, .ys-tags li.on .ys-txt{background:none !important;}
	.ys-tags li .ys-txt p{font-size:14px;}
	.ys-tags li .ys-txt{padding:30px 0;text-align:center;}
	.ys-ul{height: 215px;}
	.ys-con{width: 100%;padding: 15px;}
}
@media (max-width: 500px) {
	.ys-tags li .ys-txt{padding:20px 0;}
	.ys-con h3{font-size: 20px;padding-bottom: 10px;}
	.ys-con p{font-size: 12px;padding-top: 0px;line-height: 18px;}
	.ys-ul{height: 198px;}
	.ys-con{ top: 0%;}
	.ys-con a{ padding: 6px 20px; font-size: 14px; margin-top: 8px;}
}

/*第三栏*/
#disanlan{ padding: 64px 0; padding-bottom: 120px; background: url(../images/about-bj.png) 15.5% 54% no-repeat;}
#disanlan .container{ padding:0; }
.about-nr{display: inline-block;background: #f7f7f7;}
.about-nr .about-img{padding: 0;}
.about-nr .about-img img{}
.about-nr .about-wa{ background: #f7f7f7; padding: 40px 32px; min-height: 480px; padding-left: 0; position: relative;}
.about-nr .about-wa h2{padding-top: 12px;padding-bottom: 12px;font-weight: bold;font-size: 42px;}
.about-nr .about-wa em{ display: block; font-size: 18px; margin-bottom: 32px; color: #666;}
.about-nr .about-wa p{ font-size: 16px; line-height: 28px; color: #666;}
.about-nr .about-wa a{margin-top: 16px;display: block;color: #039a4d;font-size: 16px;}

.sasa{ position: absolute; width: 100%; padding-top: 54px;}
.sasa li{float: left;width: 30%;text-align: center;min-height: 149px;}
.sasa li:nth-of-type(1){background: url(../images/sq-img1.png) center no-repeat;background-size: inherit;}
.sasa li:nth-of-type(2){background: url(../images/sq-img2.png) center no-repeat;background-size: inherit;}
.sasa li:nth-of-type(3){background: url(../images/sq-img3.png) center no-repeat;background-size: inherit;}
.about-nr .sasa>li>a{color: #fff;margin-top: 80px;padding-right: 10px;}
.sasa li:hover:nth-of-type(1){background: url(../images/sq-img1-1.png) center no-repeat;}
.sasa li:hover:nth-of-type(2){background: url(../images/sq-img2-2.png) center no-repeat;}
.sasa li:hover:nth-of-type(3){background: url(../images/sq-img3-3.png) center no-repeat;}

@media (max-width:1440px){
	#disanlan{ padding: 64px 0; padding-bottom: 120px; background: url(../images/about-bj.png) 15.5% 54% no-repeat;}
}

@media (max-width:1366px){
	.about-nr .about-wa{ padding-left:40px; }
	#disanlan{padding: 64px 0;padding-bottom: 120px;background: url(../images/about-bj.png) 0% 46% no-repeat;}
}

@media (max-width:1200px){
	.about-nr .about-wa{ padding: 20px; min-height: 320px;}
    .about-nr .about-wa h2{ font-size:32px; }
    .about-nr .about-wa em{margin-bottom: 16px;}
    .about-nr .about-wa p{font-size:14px;line-height: 24px;}
    .sasa{padding-top: 0px;}
    #disanlan{padding-bottom: 80px;background: none;}
    .about-nr .about-wa a{ font-size:14px; }
}

@media (max-width:1024px){
	.about-nr .about-img img{ width:100%; }
}

@media (max-width:991px){
	.sasa li:nth-of-type(1){background: url(../images/sq-img1.png) center no-repeat;background-size: 100%;}
    .sasa li:nth-of-type(2){background: url(../images/sq-img2.png) center no-repeat;background-size: 100%;}
    .sasa li:nth-of-type(3){background: url(../images/sq-img3.png) center no-repeat;background-size: 100%;}
    .sasa{padding-top: 0px;}
    .about-nr .about-wa{ padding:10px 20px; }
    .about-nr .about-wa h2{ font-size:24px; }
    .about-nr .about-wa em{font-size:14px;margin-bottom: 10px;}
    .about-nr .about-wa p{line-height: 20px;}
    .sasa li{ min-height: 100px;}
    .about-nr .sasa>li>a{margin-top: 50px;}
}

@media (max-width:767px){
	.sasa li:nth-of-type(1){background: url(../images/sq-img1.png) center no-repeat;background-size: initial;}
    .sasa li:nth-of-type(2){background: url(../images/sq-img2.png) center no-repeat;background-size: initial;}
    .sasa li:nth-of-type(3){background: url(../images/sq-img3.png) center no-repeat;background-size: initial;}
    .sasa{padding-top: 20px;}
    .sasa li{ min-height: 149px;}
    .about-nr .sasa>li>a{margin-top: 80px;}
}

@media (max-width:500px){
	.about-nr .about-wa{ padding: 20px; min-height: 376px;}
    .about-nr .sasa>li>a{ margin-top: 64px; font-size: 15px;}
    .sasa{ padding-top: 24px;}
	.about-nr .about-wa h2{ font-size:32px; }
	.about-nr .about-wa em{ margin-bottom: 12px;}
	.about-nr .about-wa p{ font-size:14px; }
	#disanlan{padding-top:0;padding-bottom: 70px;}
    .sasa li:nth-of-type(1){background: url(../images/sq-img1.png) center no-repeat;background-size: 100%;}
    .sasa li:nth-of-type(2){background: url(../images/sq-img2.png) center no-repeat;background-size: 100%;}
    .sasa li:nth-of-type(3){background: url(../images/sq-img3.png) center no-repeat;background-size: 100%;}
}

@media (max-width:425px){
	
}

@media (max-width:375px){
	
}

/*第四栏*/


@media (max-width:1440px){
	
}

@media (max-width:1366px){
	
}

@media (max-width:1200px){
	
}

@media (max-width:1024px){
	
}

@media (max-width:991px){
	
}

@media (max-width:767px){
	
}

@media (max-width:500px){
	.sasa li{ min-height: 120px; background-size: 100%;}
}

@media (max-width:425px){
	.sasa li{}
}

@media (max-width:375px){
	
}


/*sss5*/
#sss5{background: url(../images/news-bj.png) center no-repeat;padding: 56px 0;border-bottom: 2px solid #1ea839;}
#sss5 .container{ padding:0; }
.sytit{ text-align: center;}
.sytit h2{ text-align: center; font-size: 36px; font-weight: bold; padding-bottom: 12px; padding-top: 16px;}
.sytit i{ font-style: initial; font-size: 16px; color: #666;}
.news-nr{ padding-top: 32px;}
.news-nr .s5-wz{background: #fff;padding: 20px;/* margin-bottom: 10px; */border-top: 4px solid #039a4d;}
.news-nr .s5-wz .s5-wz-p1{}
.news-nr .s5-wz .s5-wz-p1 h2{float: left;font-size: 20px;font-weight: bold;}
.news-nr .s5-wz .s5-wz-p1 em{ float: right;}
.news-nr .s5-wz .s5-wz-p1 em a{font-size: 16px;line-height: 22px;font-family: Arial;color: #039a4d;}
.news-nr .s5-wz .s5-wz-p2{ padding-top: 20px;}
.news-nr .s5-wz .s5-wz-p2 img{width: 100%;border: 1px solid #eee;}
.news-nr .s5-wz .s5-wz-p2 .wa1{}
.news-nr .s5-wz .s5-wz-p2 .wa1 h2{font-size: 16px;font-weight: bold;padding: 2px 0;margin-top: 16px;border-left: 4px solid #1ea839;padding-left: 12px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-nr .s5-wz .s5-wz-p2 .wa1 p{font-size: 14px;padding-top: 12px;line-height: 20px;margin-bottom: 12px;color: #888;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.news-nr .s5-wz .s5-wz-p3{padding-top: 10px;border-top: 1px solid #ccc;}
.news-nr .s5-wz .s5-wz-p3 ul{}
.news-nr .s5-wz .s5-wz-p3 ul li{padding-left: 16px;line-height: 26px;background: url(../images/news-dian.png) left no-repeat;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-nr .s5-wz .s5-wz-p3 ul li a{color: #666;}
.news-nr .s5-wz .s5-wz-p3 ul li a:hover{ color:#039a4d; }

@media (max-width: 1440px){
	
}

@media (max-width: 1366px){
	
}

@media (max-width: 1200px){
	#sss5{padding:32px 0;padding-bottom: 12px;}
	.news-nr .s5-wz{padding:18px;margin-bottom: 10px;}
	.news-nr{ padding-top:12px; }
}

@media (max-width: 1024px){
	
}

@media (max-width: 991px){
	
}

@media (max-width: 767px){
	
}

@media (max-width: 500px){
	#sss5{padding:24px 0;background: #f5f5f5;}
	.news-nr{ padding-top:10px; }
	.news-nr .s5-wz .s5-wz-p1 h2{ font-size: 18px; }
	.news-nr .s5-wz .s5-wz-p2{ padding-top:10px; }
	.news-nr .s5-wz .s5-wz-p2 .wa1 h2{ font-size:16px; }
	.news-nr .s5-wz .s5-wz-p1 em a{ font-size:14px; }
}

@media (max-width: 425px){
	
}

@media (max-width: 375px){
	
}

.lianxi_m {overflow: hidden;margin-top: 10px;margin-bottom: 24px;background: #f5f5f5;}
.lianxi_m .lianxi_ml {width: 355px;float: left;background: #039a4d;color: #fff;padding: 30px 40px 30px 40px;overflow: hidden;}
.lianxi_m .lianxi_ml .lianxi_ml_m {overflow: hidden;font-size: 32px;font-weight: bold;line-height: 52px;margin-bottom: 18px;color: #fff;}
.lianxi_m .lianxi_ml .lianxi_ml_s {width: 272px;border: solid 2px #fff;font-size: 24px;font-family: Arial, Helvetica, sans-serif;text-align: center;margin-bottom: 12px;line-height: 41px;}
.lianxi_m .lianxi_ml .lianxi_ml_en {font-family:'Arial';font-size: 20px;line-height: 40px;}


.lianxi_mr {float: right;position: relative;width: calc(100% - 420px);}
.lianxi_mr_i {float: left;font-family: Arial, Helvetica, sans-serif;font-size: 100px;font-weight: 89;margin-left: -51px;line-height: normal;color: #999;position: absolute;overflow: hidden;margin-top: 0px;}
.lianxi_m .mr_i {font-size: 100px;line-height: 200px;margin-top: 100px;margin-left: calc(100% - 690px); position: absolute; right:30px;}
.lianxi_mr_m {width: calc(100% - 64px);float: left;overflow: hidden;padding-left: 0px;padding-right: 20px;padding-top: 42px;line-height: 28px;color: #666;font-size: 16px;text-align:left;}
.lianxi_mr_m span {font-size: 24px;font-weight: bold;line-height: 60px;color: #039a4d;}
.contact_ny ul { background: #fff; overflow: hidden; border-right: none;}
.contact_ny ul li {float: left;width:33.3333%;height: 140px;border-width: 1px 0 1px 1px;border: 1px solid #ececec;padding: 32px 12px;text-align: left;box-sizing: border-box;}
.contact_ny ul li em {float: left;display: inline-block;width: 51px;height: 51px;margin-right: 9px;margin-top: 6px;}
.contact_ny ul li h5 {color: #039a4d;margin-bottom: 5px;margin-top: 10px;font-size: 18px;font-weight: bold;}

.ftlxfs{display: flow-root;}
.ftlxfs p{ line-height: 20px;}


@media(max-width: 1199px) {
	.lianxi_m .lianxi_ml { width: 400px; }
	.lianxi_mr_i { display: none; }
	.lianxi_mr { width: calc(100% - 400px); }
}

@media(max-width: 991px) {
	.contact_ny ul li { width: 50%; }
	.lianxi_mr { width: calc(100% - 360px); }
	.lianxi_m .lianxi_ml { width: 360px;padding: 30px 20px 30px 20px; }
	.lianxi_mr_m{ width: 100%; }
}

@media(max-width: 767px) {
	.lianxi_m .lianxi_ml { width: 100%;float: none; overflow: hidden; padding: 20px 20px 20px 20px;}
	.lianxi_mr {  width: 100%;float: none; overflow: hidden;}
	.contact_ny ul li  { width: 100%;  }
	.lianxi_mr_m {padding-top: 15px;padding-bottom: 20px;padding-left: 20px;}
	.lianxi_m .lianxi_ml .lianxi_ml_m { font-size: 24px; }
	.lianxi_m .lianxi_ml .lianxi_ml_s { width: 290px; line-height: 48px; font-size: 24px; }
	.lianxi_m .lianxi_ml .lianxi_ml_en { font-size: 20px; line-height: auto; }
}

/**/
.ny_about {overflow: hidden;padding-bottom: 40px;margin: 30px 0;}
.ny_about .ny_about_nr { overflow: hidden; }
.ny_about .ny_about_nr .ny_about_nr_l {padding-left: 0px;}
.ny_about .ny_about_nr .ny_about_nr_l img{ border: 1px solid #039a4d;}
.ny_about .ny_about_nr .ny_about_nr_r {padding-right: 0px;padding-left: 24px;}
.ny_about .ny_about_nr .ny_about_nr_r .ny_about_nr_r_t {padding-top: 12px;overflow: hidden;margin-bottom: 20px;}
.ny_about .ny_about_nr .ny_about_nr_r .ny_about_nr_r_t span {font-size: 32px;font-weight: bold;color: #039a4d;display: block;line-height: 50px;}
.ny_about .ny_about_nr .ny_about_nr_r .ny_about_nr_r_t p { display: block;font-size: 18px;color: #888;line-height: 34px; }
.ny_about .ny_about_nr .ny_about_nr_r .desc {line-height: 34px;font-size: 16px;color: #555;}

.ny_about .main { display: flex; margin-top: 30px; padding-bottom: 20px; padding-top: 20px; border-top:1px dashed #ddd; border-bottom:1px dashed #ddd; }
.ny_about .main .stat-items {flex: 1;text-align: center;}
.ny_about .main .stat-items .stat-items-t-box .stat-items-t {font-size: 42px;font-weight: bold;color: #039a4d;font-family: 'arial';}
.ny_about .main .stat-items .stat-items-t-box .stat-items-unit { font-size: 18px; color: #333333; }
.ny_about .main .stat-items p { font-size: 16px;color: #666666; }

.ny_about_sl { padding-top: 30px; overflow: hidden; }
.ny_about_sl .ny_about_sl_t { overflow: hidden; }
.ny_about_sl .ny_about_sl_t .ny_about_sl_l { float: left; text-align: left; }
.ny_about_sl .ny_about_sl_t .ny_about_sl_l p {font-size: 36px;font-weight: bold;color: #039a4d;display: block;line-height: 50px;}
.ny_about_sl .ny_about_sl_t .ny_about_sl_l span { display: block;font-size: 16px;color: #888;line-height: 34px;}
.ny_about_sl .ny_about_sl_t .ny_about_sl_r { float: right; text-align: right; }
.ny_about_sl .ny_about_sl_t .ny_about_sl_r p { font-size: 36px; font-weight: bold; color: #444; text-transform: uppercase; padding-top: 20px;}

.ny_about_sl .ny_about_sl_t_1 {overflow: hidden;padding: 32px 0;}
.ny_about_sl .ny_about_sl_t_1 .ny_about_sl_l_1 { float: left; text-align: left; }
.ny_about_sl .ny_about_sl_t_1 .ny_about_sl_l_1 p {font-size: 36px;font-weight: bold;color: #039a4d;display: block;line-height: 50px;}
.ny_about_sl .ny_about_sl_t_1 .ny_about_sl_l_1 span { display: block;font-size: 16px;color: #888;line-height: 34px;}
.ny_about_sl .ny_about_sl_t_1 .ny_about_sl_r_1 { float: right; text-align: right; }
.ny_about_sl .ny_about_sl_t_1 .ny_about_sl_r_1 p { font-size: 36px; font-weight: bold; color: #444; text-transform: uppercase; padding-top: 20px;}

.ny_about_sl .ny_about_sl_nr { line-height: 28px; font-size: 15px; color: #555; margin-top: 20px;  margin-bottom: 20px;}
.ny_about_sl .pro-one { display: block; }
.ny_about_sl .pro-one li  { padding-left: 2px; padding-right: 2px; }
.ny_about_sl .pro-one li a { display: block;}
.ny_about_sl .pro-one li a img { border:1px solid #ddd; }

@media(max-width: 1430px) {
	.ny_about .ny_about_nr .ny_about_nr_r .ny_about_nr_r_t  { padding-top: 20px; margin-bottom: 20px;}
	.ny_about .ny_about_nr .ny_about_nr_r .ny_about_nr_r_t span { font-size: 34px; }
	.ny_about .ny_about_nr .ny_about_nr_r .ny_about_nr_r_t p { font-size: 16px; }
	.ny_about .ny_about_nr .ny_about_nr_r .desc { font-size: 15px; line-height: 26px; }
	.ny_about_sl .ny_about_sl_t .ny_about_sl_l p { font-size: 32px; }
	.ny_about_sl .ny_about_sl_t .ny_about_sl_r p  { font-size: 32px; }
}

@media(max-width: 1330px) {
	.ny_about .ny_about_nr .ny_about_nr_r .desc { font-size: 14px; line-height: 24px; }
	.ny_about .ny_about_nr .ny_about_nr_r .ny_about_nr_r_t { padding-top: 0px; margin-bottom: 10px;}
	.ny_about_sl .ny_about_sl_nr  { font-size: 14px; line-height: 24px; }
}

@media(max-width: 1199px) {
	.ny_about .ny_about_nr .ny_about_nr_l { padding-right: 0px; }
	.ny_about .ny_about_nr .ny_about_nr_r { padding-left: 0px; margin-top: 30px; }
	.ny_about_sl .ny_about_sl_t_1 .ny_about_sl_l_1 p { font-size:24px; }
}

@media(max-width: 991px) {
	.ny_about_sl .ny_about_sl_t .ny_about_sl_r p { display: none; }
}

@media(max-width: 767px) {
	.ny_about .ny_about_nr { padding-left: 10px;padding-right: 10px; }
	.ny_about .ny_about_nr .ny_about_nr_r .ny_about_nr_r_t span { font-size: 26px; }
	.ny_about .ny_about_nr .ny_about_nr_r .ny_about_nr_r_t p { font-size: 13px; line-height: 2; }
	.ny_about_sl{ padding-left: 10px;padding-right: 10px; }
	.ny_about_sl .ny_about_sl_t .ny_about_sl_l p { font-size: 26px; }
	.ny_about_sl .ny_about_sl_t .ny_about_sl_l span{ font-size: 14px; line-height: 2; }
	.ny_about_sl .pro-one li { padding-bottom: 2px; }
	.ny_about_sl_img img{ margin-bottom:10px; }
}

#nyzuoyou{ padding-bottom:20px; }
#nyzuoyou .container{ padding:0; }


/**/
#nypoint{ padding: 20px 0;}
.scps{}
.scps .scps-img{ padding: 20px 0;}
.scps .scps-img img{}
.scps .scps-sd{display: grid;padding-bottom: 20px;}
.scps .scps-sd ul{}
#nypoint .scps-sd ul li{}
#nypoint .scps-sd ul li div{background: #f5f5f5;padding: 20px;flex: 1;text-align: center;display: grid;}
#nypoint .scps-sd ul li h2{ float: left; font-size: 32px;}
#nypoint .scps-sd ul li p{float: left; font-size: 24px;}

.scps .ny_about_sl_t { overflow: hidden; }
.scps .ny_about_sl_t .ny_about_sl_l { float: left; text-align: left; }
.scps .ny_about_sl_t .ny_about_sl_l p {font-size: 36px;font-weight: bold;color: #039a4d;display: block;line-height: 50px;}
.scps .ny_about_sl_t .ny_about_sl_l span { display: block;font-size: 16px;color: #888;line-height: 34px;}
.scps .ny_about_sl_t .ny_about_sl_r { float: right; text-align: right; }
.scps .ny_about_sl_t .ny_about_sl_r p { font-size: 36px; font-weight: bold; color: #444; text-transform: uppercase; padding-top: 20px;}